home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / jluti400.zip / CF.HLP < prev    next >
Text File  |  1990-08-25  |  2KB  |  46 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  CF  CLEAN FILE.....................................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax  
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /CF File to clean, File, which contains lines, which should be
  8.            deleted  [-Switches]
  9. ═══════════════════════════════════════════════════════════════════════════════
  10.  
  11. Switch Description  
  12. ═══════════════════════════════════════════════════════════════════════════════
  13.  -U    CaseInsensitive search (UpperCase).
  14. ═══════════════════════════════════════════════════════════════════════════════
  15.  
  16. Param       Description  
  17. ═══════════════════════════════════════════════════════════════════════════════
  18. File 1      File to clean like GT.LOG, GTNET.LOG or JL.LOG
  19. File 2      File, which contains the lines, which should be deleted
  20.             within File 1.
  21. ═══════════════════════════════════════════════════════════════════════════════
  22.  
  23. Explanation  
  24. ═══════════════════════════════════════════════════════════════════════════════
  25. This option, cleans files like GT.LOG, GBAG.LOG or GTNET.LOG
  26.  
  27. eg. JLUTIL /CF E:\GT\GT.LOG,TRASHLOG.BBS -U
  28.  
  29. JLUTIL reads GT.LOG and deletes all lines, which are in TRASHLOG.BBS.
  30. Because we used the U Switch, the search isn't  casesensitive.
  31.  
  32. TRASHLOG.BBS-----------------------
  33.  NO CARRIER
  34.    ; TIME LIMIT
  35.    BAD PASSWORD:
  36.  SCHD:
  37.    ; CARRIER LOSS
  38.    ;  Daily Routines: Finished
  39.    PAGE NOT ANSWERED
  40.    ; TIMEOUT
  41.    ; TIME LIMIT
  42.    ;  BOOTING
  43.    PAGE REASON: 
  44. -----------------------------------
  45. ═══════════════════════════════════════════════════════════════════════════════
  46.